pycon 2017
Python, Data Science and Tech Culture at PyCon 2017
Tech, software development and Data Science is currently thriving in Dublin. To meet the demands of that crowd, PyConIE, Ireland's largest indigenous software development conference, was run late October from the Radisson Blue hotel, Dublin. With speakers and attendees flying in from all over the world, the PyConIE conference got to see some big names and share that knowledge. PyConIE has been running in Dublin for eight years now, and 2017 was the biggest year yet, with over 40 speakers, nearly 400 attendees, two tracks and two workshops covering everything from Data Science to developing in Python, to tools and even to tech culture. Speakers were represented from around the world, and from Ireland's tech scene – where there were speakers from the Dublin tech scene, and even winners from the DatSci awards.
Christopher Fonnesbeck - Introduction to Statistical Modeling with Python - PyCon 2017
"Speaker: Christopher Fonnesbeck This intermediate-level tutorial will provide students with hands-on experience applying practical statistical modeling methods on real data. Unlike many introductory statistics courses, we will not be applying ""cookbook"" methods that are easy to teach, but often inapplicable; instead, we will learn some foundational statistical methods that can be applied generally to a wide variety of problems: maximum likelihood, bootstrapping, linear regression, and other modern techniques. The tutorial will start with a short introduction on data manipulation and cleaning using [pandas](http://pandas.pydata.org/), Slightly more advanced topics include bootstrapping (for estimating uncertainty around estimates) and flexible linear regression methods using Bayesian methods. By using and modifying hand-coded implementations of these techniques, students will gain an understanding of how each method works.